Centralized logging for JBoss / log4j? [closed]
Posted
by
mfarver
on Server Fault
See other posts from Server Fault
or by mfarver
Published on 2009-11-17T19:06:00Z
Indexed on
2012/11/13
5:04 UTC
Read the original article
Hit count: 389
Does anyone have advice or a pointer to articles on how to centralize logs in JBoss?
JBoss will log to syslog, which makes it easy, but doing so breaks multi line debug messages (and Jboss loves dropping exception stack traces in the logs). I can rsync the logs, but that isn't realtime.
Log4j has appenders for TCP and multicast sockets, so it seems like something probably exists for streaming logs, but I haven't found a receiver for the data.
Thanks
© Server Fault or respective owner